C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetVirtualDataCollection<T> Class / DetermineItemType Method
The data reader.

In This Topic
DetermineItemType Method (C1AdoNetVirtualDataCollection<T>)
In This Topic
Determines the type of the items.
Syntax
'Declaration
 
Protected Overridable Sub DetermineItemType( _
   ByVal dataReader As DbDataReader _
) 
 

Parameters

dataReader
The data reader.
See Also